home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 8: LINUX Games / Linux Cubed Series 8 - LINUX Games.iso / games / x11 / strategy / xsok-1.000 / xsok-1 / xsok-1.01 / solver / Makefile < prev    next >
Makefile  |  1994-11-24  |  108b  |  10 lines

  1. CFLAGS = -g -Wall -O2
  2. LDFLAGS = -s -N
  3.  
  4. all: solve
  5.  
  6. solve: solve.o BFS.o crc16.o
  7.  
  8. clean:
  9.     rm -f *~ *.o solve
  10.